|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /usr/share/apport/general-hooks/ |
Upload File : |
"""General Apport hook for all reports that are using cloud-init."""
from cloudinit.apport import general_add_info
def add_info(report, ui) -> None:
"""Entry point for Apport.
Add a subset of non-sensitive cloud-init data from
/run/cloud/instance-data.json that will be helpful for debugging.
"""
general_add_info(report, ui)